-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tauri v2 (for real this time probably) #246
Conversation
This is apparently due to the preinject script. Assuming I can get that working this actually doesn't seem too difficult |
Some discoveries related specifically to Windows:
TODO see if this happens on Linux too. |
Regarding the above ^ Tauri commands that return primitive values (string, number, bool, etc.) all work fine. Commands that return complex values, like Can also confirm that this happens on Linux too, so it's definitely an internal Tauri IPC issue |
That's fine those warnings are everywhere (and happen in current Dorion too, probably), they don't seem to mean anything |
Also yes that spam of errors is (likely) due to the issues I've outlined above, this branch is very much not finished yet |
Related: tauri-apps/tauri#10327 |
Porting to Tauri v2